From d722adb76abce67984f24a98433c245d86674b5c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 26 Jun 2010 00:22:48 +0200 Subject: [PATCH] [quartz] Delete the typedef of GdkDevicePrivate MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's in gdkdevice.h now. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622765 Signed-off-by: Javier Jardón --- gdk/quartz/gdkinputprivate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gdk/quartz/gdkinputprivate.h b/gdk/quartz/gdkinputprivate.h index 0868f33a08..7ba4293a8e 100644 --- a/gdk/quartz/gdkinputprivate.h +++ b/gdk/quartz/gdkinputprivate.h @@ -34,7 +34,6 @@ typedef struct _GdkAxisInfo GdkAxisInfo; typedef struct _GdkInputVTable GdkInputVTable; -typedef struct _GdkDevicePrivate GdkDevicePrivate; struct _GdkInputVTable { gint (*set_mode) (guint32 deviceid, GdkInputMode mode); -- 2.30.2